testutils: Run in UTF8 locale
authorBenjamin Otte <otte@redhat.com>
Fri, 12 Apr 2019 04:08:28 +0000 (06:08 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 12 Apr 2019 23:40:10 +0000 (01:40 +0200)
commitc78ba420517fd660c525863ebe35de56d6c90893
tree884300dc14654e079e057a8d048b5573a769650f
parent427d216081ea0fd9e2045ec2e3aaed4c5ba56ca6
testutils: Run in UTF8 locale

before, code was using the "C" locale, but that one uses ASCII. Instead,
run in the "C.utf8" locale.

Nobody expects code to not support UTF8 and no end user runs their
machine in an ASCII setup, so it makes no sense to default to that.
gtk/gtktestutils.c